Skip to content

stop trying to require non-js/hidden files #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jakswa
Copy link

@jakswa jakswa commented Jan 30, 2014

editors like VIM place hidden files for recovery/etc in certain cases. This changes the logic for model loading to only require .js files, to avoid that case.

also thought about only requiring non-hidden files (!match(/^\./)), but thought this was more correct.

editors like VIM place hidden files for recovery/etc in certain cases. this changes the model bootstrap to only require .js files, to avoid that case.

also thought about only requiring non-hidden files (`!match(/^\./)`), but thought this was more correct.
@DaftMonk DaftMonk closed this in ce2ee23 Feb 2, 2014
@DaftMonk
Copy link
Member

DaftMonk commented Feb 2, 2014

Thanks, this a good change but I wanted to include coffeescript files as well.

@jakswa
Copy link
Author

jakswa commented Feb 2, 2014

img

awesome thanks!

@jakswa jakswa deleted the patch-1 branch February 2, 2014 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants